home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / plaf / basic / BasicHTML$BasicDocument.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  646 b   |  17 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import javax.swing.text.html.HTMLDocument;
  4. import javax.swing.text.html.HTMLEditorKit;
  5. import javax.swing.text.html.StyleSheet;
  6.  
  7. class BasicHTML$BasicDocument extends HTMLDocument {
  8.    BasicHTML$BasicDocument(StyleSheet var1) {
  9.       super(var1);
  10.    }
  11.  
  12.    public HTMLEditorKit.ParserCallback getReader(int var1) {
  13.       BasicHTML.BasicDocument.BasicReader var2 = new BasicHTML.BasicDocument.BasicReader(this, var1);
  14.       return var2;
  15.    }
  16. }
  17.